home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp1 / srcgen.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  48 lines

  1. Short:    Creates AmigaE source from #?.gui files
  2. Author:   kuchinka@k332.feld.cvut.cz (Martin Kuchinka)
  3. Uploader: kuchinka@k332.feld.cvut.cz (Martin Kuchinka)
  4. Type:     dev/e
  5. Requires: OS 2.0, AmigaE v3, gadtoolsbox.library
  6. Replaces: srcgen.lha
  7.  
  8.   Excuse my pure English!
  9.  
  10.   Original source by Wouter van Oortmersen($#%!), I rewrote some parts of
  11.   the source(included) to make a little bit better layout of the created
  12.   source etc. etc.
  13.  
  14.   News in this version:
  15.   
  16.     - it identifies:
  17.       - WA_FLAGS
  18.       - WA_IDCMP
  19.       - PGA_FREEDOM
  20.       - STRINGA_JUSTIFICATION
  21.       - GTJ_JUSTIFICATION
  22.       - newmenu.flags
  23.       - newgadget.flags
  24.       - and more...
  25.     - new PROC process() 
  26.       - for simple add your code!
  27.       - this function is not used by source, it waits for you!!!
  28.       - the best way, how to use this function() is to put
  29.         "process(#?window)" instead of "wait4message(#?window)",
  30.         that is not so dificult?!
  31.     - better layout of some parts
  32.     - two args added:
  33.       - quiet - no messages while creating source
  34.       - noprocess - generate no process() function
  35.     - PROC main() HANDLE
  36.       - I used exceptions instead of "x:" label
  37.  
  38.   If you have some ideas, or if you will find bugs(?), please send me a mail.
  39.  
  40.   Address: Martin Kuchinka
  41.            Kapucinska 79/3
  42.            Prague 1  11800
  43.            Czech  Republic
  44.   E-Mail:  kuchinka@k332.feld.cvut.cz (I prefer)
  45.  
  46.   Source and executable are both PD, so you can do with it what you like
  47.   (instead of delete it from your HD/FD :^))
  48.